home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir35 / compdir.zip / COMPDIR.DOC next >
Text File  |  1993-08-19  |  5KB  |  126 lines

  1.                                     COMPDIR
  2.                       Copyright 1988-1993 by Davor Hrboka
  3.                               ALL RIGHTS RESERVED
  4.  
  5. -------------------------------------------------------------------------------
  6. The following files are found in the compressed file COMPDIR.ZIP
  7.  
  8.   COMPDIR.EXE  8-19-93    The program.
  9.   COMPDIR.DOC  8-19-93    This documentation.
  10.  
  11. -------------------------------------------------------------------------------
  12. Syntax for Program is as Follows:
  13.  
  14.   COMPDIR [Source] Destination [Search] [/V/1/E/S/H/N/D/Xexclude/Iinclude]
  15.           [/Cfilename/Lfilename/Wusername] [/Pparameter passing /*] [/Osort]
  16.  
  17.     /V         - Verify the file contents.
  18.     /1         - Compare source side only.
  19.     /E         - Show files that are not found.
  20.     /S         - Show similar files.
  21.     /N         - Ignore files that are not found.
  22.     /H         - Ignore hidden files & subdirs.
  23.     /D         - Show files with different contents.
  24.     /X exclude - Exclude patterns.  Filename (1 Line, 1 Pattern) or pattern.
  25.     /I include - Include patterns.  Filename (1 Line, 1 Pattern) or pattern.
  26.     /Lfilename - Log file for logging of copied and updated files.
  27.     /Wusername - Log user name.
  28.     /Cfilename - Multiple directory compare.  (Two Types.  See Chart.)
  29.     /O         - Sort directories as they are loaded.
  30.         SortBy - [N]ame, [E]xtension, [S]ize, [D]ate, and [T]ime.
  31.     /P         - Parameter replacement for %number in file.  (Used With /C.)
  32.     /*         - End of parameter passing.
  33.  
  34.  
  35. Examples of File Formats used for multiple compares:
  36.  
  37.   1) Switches must be set at a DOS Prompt
  38.  
  39.      SOURCE=
  40.        .\*.*
  41.        memos\*.*
  42.      END
  43.  
  44.      DESTINATION=
  45.        \test\*.*
  46.        \test\memos\*.*
  47.      END
  48.  
  49.  
  50.   2) COMPDIR=
  51.        Syntax follows DOS line commands.
  52.      END
  53.  
  54.      COMPDIR=
  55.        Syntax follows DOS line commands.
  56.      END
  57.  
  58.      COMPDIR=
  59.        Syntax follows DOS line commands.
  60.      END
  61.  
  62.  
  63.  
  64. Brief Description
  65.  
  66.   This program is to compare the directory contents of any two
  67. subdirectories or multiple pairs of subdirectories.
  68.  
  69.   The program will look at the source directory and compare it to the
  70. destination directory.  Upon completion, it will produce a listing of
  71. files that meet parameter criteria.
  72.  
  73.  
  74.  
  75. Program History
  76.  
  77.    COMPDIR was created for verifing the contents of directory files.  It's
  78. purpose was to signoff programs, check for changes, and verify the contents
  79. of files.
  80.  
  81.    This program is currently used on a network system that has drives A-Z.
  82.    Current Version is 1.70
  83.  
  84.  
  85. If COMPDIR is useful to you, I would appreciate a contribution of $1.
  86. If you have any suggestions, comments, or problems with DATEDIR or want to
  87. inquire about other programs, write to:
  88.  
  89.                               Davor Hrboka
  90.                               434 E. Overlook Dr.
  91.                               Eastlake, OH 44095
  92.  
  93. -------------------------------------------------------------------------------
  94. LEGAL GARBAGE FOLLOWS:
  95.                                   License Agreement
  96.  
  97.         The COMPDIR ("The Software") is COPYRIGHT 1988-1993 by Davor Hrboka,
  98.                               ALL RIGHTS RESERVED.
  99.  
  100.           You may not engage in, nor permit third parties to engage
  101.           in, any of the following :
  102.  
  103.                     A)   Making alterations of any kind in the software.
  104.  
  105.                     B)   ATTEMPTING TO DISASSEMBLE,  DECOMPILE, OR  REVERSE
  106.                          ENGINEER THE SOFTWARE OR THE FILES IT GENERATES IN
  107.                          ANY WAY.
  108.  
  109.                     C)   Granting  sub-licenses, lease  or other  rights in
  110.                          the software to others.
  111.  
  112.  
  113.           The  author of  the software  grants  you a  license to  use this
  114.           software as long as you meet the above conditions.  Any violation
  115.           of the  above conditions will result in the termination  of  your
  116.           license to use  this software.  Upon  termination of this license
  117.           for any  reason, you  must stop  using the  software and  destroy
  118.           all copies of  it  in your  possession  immediately. In addition,
  119.           the author  reserves the right to cancel your license to use this
  120.           software at any time for any reason that he sees fit.  The author
  121.           of this software is not liable for damages suffered as a result of
  122.           the improper use,  proper use, or inability to use this software.
  123.           This type of  disclaimer is prohibited by law in some states, and
  124.           is therefore void in those states.
  125.  
  126.